MouseEntered

public interface MouseEntered implements MouseEvent

An event indicating that the mouse has been moved over the web page.

Types

Link copied to clipboard
public final class Builder
A builder of MouseEntered.

Functions

Link copied to clipboard
public Point location()
Returns the mouse position relative to the bounds of the browser instance.
Link copied to clipboard
Returns the mouse position relative to the bounds of the screen.
Link copied to clipboard
public static MouseEntered.Builder newBuilder(Point location)
Creates a new MouseEntered builder with the given required parameters.